LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CombineWarpCommand Constructor(RasterImage,LeadPoint[],LeadRect,CombineWarpCommandFlags)
See Also 
Leadtools.ImageProcessing Namespace > CombineWarpCommand Class > CombineWarpCommand Constructor : CombineWarpCommand Constructor(RasterImage,LeadPoint[],LeadRect,CombineWarpCommandFlags)



destinationImage
The destination image for the command.
destinationPoints
An array that contains the four points that define the warp area in the destination image.
sourceRectangle
Defines the area of the source image to be warped.
flags
Flags that indicate the type of interpolation to use, if interpolation is used.
Initializes a new instance of the CombineFastCommand with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal destinationImage As RasterImage, _
   ByVal destinationPoints() As LeadPoint, _
   ByVal sourceRectangle As LeadRect, _
   ByVal flags As CombineWarpCommandFlags _
)
Visual Basic (Usage)Copy Code
Dim destinationImage As RasterImage
Dim destinationPoints() As LeadPoint
Dim sourceRectangle As LeadRect
Dim flags As CombineWarpCommandFlags
 
Dim instance As New CombineWarpCommand(destinationImage, destinationPoints, sourceRectangle, flags)

Parameters

destinationImage
The destination image for the command.
destinationPoints
An array that contains the four points that define the warp area in the destination image.
sourceRectangle
Defines the area of the source image to be warped.
flags
Flags that indicate the type of interpolation to use, if interpolation is used.

Example

For an example, refer to CombineWarpCommand.

Remarks

destinationImage will hold the result of combing this image with the image passed to the RasterCommand.Run method.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also